home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
progsrc
/
fe1
/
t.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-07
|
297 b
|
18 lines
#include <fg.h>
#include <stdio.h>
#include "xlogo"
main() {
int c ;
fg_init_all() ;
for ( c = 0 ; c < FG_COLOR_MAX ; c++ )
fg_drawmatrix( fg.color[c], FG_MODE_SET, ~0, FG_ROT0,
c * 30, c * 15,
xlogo_matrix, xlogo_box, fg.displaybox ) ;
getchar() ;
fg_term() ;
}